Conversation
This adds a small wrapper to mount SPIFFS images with fuse. You need to provide the matching spiffs_config.h for the image in order to mount it. Alternatively you can run `make TEST=1` to build SPIFFS with the config from the `default/` folder. `mount.spiffs -c 8M flash.img` will create an empty 8MB flash image.
|
Wow! cool! |
|
Very nice tool! I would like one thing to be clarified, regarding SPIFFS file names. Some environments where SPIFFS is used assume that all file names stored in SPIFFS start with a leading path separator (usually |
|
@valkuc just run Then you can run There is no @igrr That'd be quite easy I guess, now I'm just always discarding the leading path separator I get from fuse as I've never used them on my fs. It'd be quite trivial to make that configurable. But does it even still make sense to maintain this if there is an official version from @pellepl coming soon? Maybe just for the 0.3.x branch? |
|
Hi, this tool would be really useful for some of the work I do, but I'm unable to get my spiffs image to mount. Does it still work? I'm working on macos. |
This adds a small wrapper to mount SPIFFS images with fuse.
You need to provide the matching spiffs_config.h for the image in order to mount it.
Alternatively you can run
make TEST=1to build SPIFFS with the config from thedefault/folder.mount.spiffs -c 8M flash.imgwill create an empty 8MB flash image.